home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1997 August / Walnut Creek CDROM.7z / LISTINGS / V_08_07 / ZOLMAN.ZIP / README.DOC < prev   
Encoding:
Text File  |  1990-10-09  |  528 b   |  16 lines

  1.  
  2.     Applied File I/O Tutorial Source
  3.  
  4. This group of files makes up the latest, integrated, corrected version
  5. of the Mini-Database program source files.
  6.  
  7. The compiler used is Turbo C++ (in C mode).
  8.  
  9. Several obscure problems that generated compiler errors when the
  10. published versions were compiled with Turbo C++ have been corrected
  11. (see esp. the explicit prototype for the compar() function in
  12. MDBEDIT.C that brings it in line with type requirements of the C++
  13. standard library's qsort() prototype).
  14.     -leor
  15.     10/9/90
  16.